윈도우즈 OS에서 다운로드했지만 설치되지 않은 글꼴 파일에서 IDWrite Font 대상을 가져오는 방법 윈도우즈 OS에서 다운로드했지만 설치되지 않은 글꼴 파일에서 IDWrite Font 대상을 가져오는 방법

1320 단어

윈도우즈 운영체제에서 다운로드했지만 설치되지 않은 글꼴 파일에서 IDWriteFont 대상을 가져오는 방법


5월 25~21일
설명: 1
정답: 0
0

안녕하세요, DWrite API를 사용하여 DWrite API를 사용하는 시스템 글꼴 메타데이터를 가져오는 중입니다.나는 지금 아래의 일을 하고 있다.
    HR(DWriteCreateFactory(
        DWRITE_FACTORY_TYPE_SHARED
        __uuidof(IDWriteFactory),
        reinterpret_cast<IUnknown **>(&factory)));

    // Get the system font collection.
    IDWriteFontCollection *collection = NULL;
    HR(factory->GetSystemFontCollection(&collection, TRUE));

    // Get the number of font families in the collection.
    int familyCount =

Open Full Question

좋은 웹페이지 즐겨찾기