Displaying 18 results from an estimated 18 matches for "noto".
Did you mean:
not
2018 May 02
1
get unicode ranges from a TTF ???
...ully something that works in CentOS 7
I need something like that for a FLOSS font server project that doesn't
track users.
I don't feel a need to split up a font by unicode range, but a lot of
fonts are already split by their upstream developers according to
language support - e.g. the Noto Fonts, the main font has a lot of
glyphs but Hebrew for example is in it's own font file already.
I want to be able to get the range information for what the fonts support.
Thanks for any tips.
My font server project I need it for is at
https://github.com/AliceWonderMiscreations/FlossWoff2
2019 May 25
2
Artwork localization
...-HK and zh-TW translations of the content.
Your changes were pushed. See:
https://git.centos.org/centos/Artwork/c/9efa093b155293bf171d6b7f9ceeb73b41170cf9?branch=c8
To render Chinese rolling notes images I had to change the final
images' typography from "Overpass" to "Google Noto" (just for Chinese
images) so for characters to show. In the case of indexhtml and apache
test page no typography change seems to be necessary since the output
rendered in the browser is accurate with your translations in the PO
files. Probably more investigation on this is required in order...
2019 Nov 13
2
[PATCH v3 02/14] mm/mmu_notifier: add an interval tree notifier
> +int mmu_interval_notifier_insert(struct mmu_interval_notifier *mni,
> + struct mm_struct *mm, unsigned long start,
> + unsigned long length,
> + const struct mmu_interval_notifier_ops *ops);
> +int mmu_interval_notifier_insert_locked(
> + struct mmu_interval_notifier *mni, struct mm_struct *mm,
> + unsigned long start, unsigned long length,
> + const struct
2020 Mar 30
2
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
On Mon, 30 Mar 2020 at 22:41, Paul Murrell <paul at stat.auckland.ac.nz> wrote:
>
> Hi
>
> On 30/03/20 10:43 pm, I?aki Ucar wrote:
> > On Mon, 30 Mar 2020 at 04:24, Paul Murrell <paul at stat.auckland.ac.nz> wrote:
> >>
> >> Hi
> >>
> >> I have created an R branch that contains a potential fix ...
> >>
> >>
2009 Sep 06
1
[LLVMdev] identifying live in and live out variables in a basic block pass
Hello,
I need to identify the live in (but mostly the live out) variables in a
basic block (pass)
I went over the documentation but couldn't find a way to do it.
can anyone help and if possible point me to some code snippets ...
thanks
- fadi.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 May 26
0
Artwork localization
...s of the content.
> Your changes were pushed. See:
>
> https://git.centos.org/centos/Artwork/c/9efa093b155293bf171d6b7f9ceeb73b41170cf9?branch=c8
>
> To render Chinese rolling notes images I had to change the final
> images' typography from "Overpass" to "Google Noto" (just for Chinese
> images) so for characters to show. In the case of indexhtml and apache
> test page no typography change seems to be necessary since the output
> rendered in the browser is accurate with your translations in the PO
> files. Probably more investigation on this i...
2019 Nov 13
0
[PATCH v3 02/14] mm/mmu_notifier: add an interval tree notifier
...a spinlock above, this would be faster
> > + * as wake_up_q
> > + */
> > + if (need_wake)
> > + wake_up_all(&mmn_mm->wq);
>
> So why is this important enough for a TODO comment, but not important
> enough to do right away?
Lets drop the comment, I'm noto sure wake_up_q is even a function this
layer should be calling.
> > + * release semantics on the initialization of the mmu_notifier_mm's
> > + * contents are provided for unlocked readers. acquire can only be
> > + * used while holding the mmgrab or mmget,...
2019 Nov 23
1
[PATCH v3 02/14] mm/mmu_notifier: add an interval tree notifier
...faster
>>> + * as wake_up_q
>>> + */
>>> + if (need_wake)
>>> + wake_up_all(&mmn_mm->wq);
>>
>> So why is this important enough for a TODO comment, but not important
>> enough to do right away?
>
> Lets drop the comment, I'm noto sure wake_up_q is even a function this
> layer should be calling.
Actually, I think you can remove the "need_wake" variable since it is
unconditionally set to "true".
Also, the comment in__mmu_interval_notifier_insert() says
"mni->mr_invalidate_seq" and I think...
2003 Apr 01
2
WINS on Samba
...-----------------------------------------------------------------------------
Il messaggio e' riservato esclusivamente al destinatario.
Il contenuto e gli allegati sono da considerarsi di natura confidenziale.
Nel caso abbiate ricevuto il presente messaggio per errore,
siete pregati di renderlo noto al mittente e di eliminare il messaggio
dalle vostre evidenze di posta.
----------------------------------------------------------------------------------------------
The contents of this email and any attachments are confidential.
It is intended for the named recipient(s) only.
If you have receiv...
2019 Feb 22
1
Re: [PATCH nbdkit v3 4/4] Add linuxdisk plugin.
On 2/22/19 3:07 AM, Richard W.M. Jones wrote:
> From: "Richard W.M. Jones" <rjones@redhat.com>
>
> This plugin allows you to create a complete ext2, ext3 or ext4
> filesystem in a GPT partitioned disk image. This can be attached as a
> disk to a Linux virtual machine. It is implemented using e2fsprogs
> mke2fs ‘-d’ option thus allowing the implementation to be
2024 Mar 12
1
evince not showing "greek" and "math" in *.pdf plots
...k it's the Symbol font that's got the
substitution bug, not Helvetica.?
? fc-match "Symbol"
StandardSymbolsPS.t1: "Standard Symbols PS" "Regular"
Is what I get, but then in the Evince properties it's telling me that
it's substituting Symbol with "Noto Sans Regular", despite the Standard
Symbols PS font being installed.?
When I make a ~/.font.config file (I didn't have one already) with the
contents:?
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target=&...
2019 May 23
3
Artwork localization
Hello everyone,
What do you think about having localized the following CentOS
components:
- Rolling notes in CentOS installer.
These images are shown during the installation process, once the
configuration is done and you are waiting for packages to be installed.
Rolling notes are a great place to promote CentOS. If they are not
localized, they are shown in English language by default.
2001 Oct 12
3
ext3 mounted fs still needs fscking after crash
Hi there,
I'm new to ext3, so I hope you won't find my question to be stupid. I also
hope this isn't the 1,000,000th time someone posts it.
My problem is the following: I converted my ext2 systems to ext3 using
tune2fs -j /dev/sda2 (or 5 for my /home, 2 is my root)
Then I modified fstab and put ext3 for each. After a reboot, the mount
command says they are mounted as ext3.
But when I
2012 Oct 31
10
Gráfico von varias variables
Estimados amigos,
Tengo el siguiente set de datos:
caps <- datos[datos$NombreDepartamento=="LANUS", c("CAPS", "personas",
"PersonasRCVG", "Con12Meses")]
caps$prevalencia <- round(caps$PersonasRCVG/caps$personas*100,1)
caps
CAPS personas PersonasRCVG Con12Meses prevalencia
2345 2345 1347 132 211 9.8
2363
2017 Jul 20
0
Wine release 2.0.2
...startup, need unimplemented function msvcr120.dll.??0event at Concurrency@@QAE at XZ (Rollcage Redux v1.3.8, ARC client, Playstation Now)
39856 Regedit: Default registry key is not the same as on Windows
39895 MalwareBytes Anti-malware software needs msvcr100.dll.lldiv implementation
40629 Noto Nastaliq Urdu font crashes notepad during shaping
40798 ACDSee Pro 9 (64-bit) needs msvcr120.dll.??0event at Concurrency@@QEAA at XZ
40948 Multiple apps need api-ms-win-crt-locale-l1-1-0.dll.__initialize_lconv_for_unsigned_char
40956 unimplemented function msvcr110.dll._Lock_shared_ptr_spi...
2002 May 18
0
Importante!
...ti chiediamo cortesemente di farla circolare in Italia, affinch? si crei un ciclo di giocatori italiani che entrano ed escono, scambiandosi ricchezza a turno ogni 6 settimane, come in altri paesi. Aiutaci in questo tentativo di creare un "ramo" MLM completamente italiano. Ci ? stato reso noto che la scorsa settimana alcuni giocatori italiani hanno rispedito la e-mail ad amici residenti negli USA, tagliando fuori milioni di giocatori italiani in attesa. Ti chiediamo pertanto di evitare che questa e-mail vada persa. Confidiamo nel tuo impegno, e per questo ti ringraziamo in anticipo. Noi...
2024 Mar 11
2
evince not showing "greek" and "math" in *.pdf plots
Martin, I wouldn't rule out an R issue yet. Fonts are... tricky. So I'm
cc'ing Paul Murrell here.
I tried several viewers here and I see the following: Chrome, Firefox and
Libreoffice Draw show the symbols; however, evince, okular and xournal++
agree on **not** showing the symbols. **If** there is a bug, the bug would
be in fontconfig, because these ones AFAIK properly delegate on
2017 Feb 03
0
Wine release 2.1
...Witcher 3 Wild hunt Wine 1.7.50 not working
39920 Nanocad 5.: file open/import dialog does not open
40133 No Limits 2 help system needs GetOverhangMetrics()
40392 ComicRack 0.9.x (.NET 4.5 app) hangs/crashes on startup when executing WMI query
40592 wininet:http test regression
40629 Noto Nastaliq Urdu font crashes notepad during shaping
40938 UE4 games (Ether One Redux, Into the Stars) crash while loading with "BackBuffer->GetResource() has 3 refs, expected 1" error
41052 Failure to create D3D9 device on i915
41175 Firefox tooltips are partly black
41324 Ev...