1 implementation of AllocateTableCache
PresentationCore (1)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
889
public byte[]
AllocateTableCache
(OpenTypeTags tableTag, int size)
1 reference to AllocateTableCache
PresentationCore (1)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
590
byte[] cache = font.
AllocateTableCache
(tableTag, cacheSize);