• Michael Stahl's avatar
    tdf#98989: vcl: fix handling of non-scalable fonts like "Courier" · 2f89245f
    Michael Stahl yazdı
    For a VirtualDevice only scalable fonts are cloned, but for non-scalable
    bitmap fonts still an empty PhysicalFontFamily with no PhysicalFontFace
    is created, which causes text to disappear (height 0).
    
    Suppress creation of such families like it was done in LO 4.3, so that
    the fall-back can handle it and map "Courier" to "Courier New".
    
    (regression from 8d669758)
    
    Change-Id: I6542a3f7a01bdf46ae2bcf328fa04064f7f86332
    2f89245f
Adı
Son kayıt (commit)
Son güncelleme
..
PhysicalFontCollection.cxx Loading commit data...
PhysicalFontFace.cxx Loading commit data...
PhysicalFontFamily.cxx Loading commit data...
font.cxx Loading commit data...
fontattributes.cxx Loading commit data...
fontcache.cxx Loading commit data...
fontcharmap.cxx Loading commit data...
fontinstance.cxx Loading commit data...
fontmetric.cxx Loading commit data...
fontselect.cxx Loading commit data...