のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2016-11-28から1日間の記事一覧

DeviceSetupManager eventID 112 デバイスの接続音、切断音が頻繁にする。

デバイスの接続音、切断音が頻繁にする。デバイスが接続される音が頻繁にする。たまに切断の音がする。eventID=112 ログの名前: Microsoft-Windows-DeviceSetupManager/Admin ソース: Microsoft-Windows-DeviceSetupManager イベント ID: 112 説明: デバイス…

Font collection must have at least one valid typeface

Cross Reference: /frameworks/minikin/libs/minikin/FontCollection.cpp 78 FontCollection::FontCollection(const vector<FontFamily*>& typefaces) : 79 mMaxChar(0) { 80 AutoMutex _l(gMinikinLock); 81 mId = sNextId++; 82 vector<uint32_t> lastChar; 83 size_t nTypefaces </uint32_t></fontfamily*>…

getClosestMatch

Cross Reference: /frameworks/minikin/libs/minikin/FontFamily.cpp 129 FakedFont FontFamily::getClosestMatch(FontStyle style) const { 130 const Font* bestFont = NULL; 131 int bestMatch = 0; 132 for (size_t i = 0; i < mFonts.size(); i++) { 13…